home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue30 / pathed3 / PATHED3.ZIP / ReadMe.txt < prev   
Encoding:
Text File  |  1997-12-28  |  3.1 KB  |  75 lines

  1. Dec 12, 1997
  2. ============
  3.  
  4. NOTE: This expert works with Delphi 3.0 only!
  5.  
  6. Version 3.02 - See version history at the end of this readme.
  7.  
  8. Before Delphi 3.01 the library Search path was limited to about 255 characters. Now that restriction has been lifted but it is still difficult to work with the Search Path because the only interface to it in Delphi is a small combobox in the Environment Options Dialog. This expert eliminates headaches associated with Delphi's Library Search Path by providing an easier to use interface. The Delphi Library Search Path has never been easier to manage.
  9.  
  10.  
  11. What's New
  12. ==========
  13.  
  14. . Removed dependancies with Raize Custom components and RXLib. Both are good products but I had complaints with the size of the runtime DPLs tthat had to be shipped with PathEd.
  15.  
  16. . Added a checkbox to the Add Directory dialog so you can now choose to add all the sub directories of a chosen directory.
  17.  
  18.  
  19.  
  20. How is it Done?
  21. ===============
  22.  
  23. Since the Open Tools API does not give you access the the Library Path I had to go beyond the Open Tools API and interface with Delphi itself. To do this I used a Windows Hook and SubClassed the TEnvDlg dialog. There are a few Library Path editor experts out there but this is the only one that will change the path immediately without having to restart Delphi and gives you the source to show you how it is done!
  24.  
  25.  
  26. I'd like to give a better tutorial on it but I'm too busy right now. Maybe I will write it up after I finish my current project in January.
  27.  
  28.  
  29. Installation
  30. ============
  31.  
  32. To install the Delphi Library Path Editor Expert Select Component|Add Packages from the main menu. Then choose PathEditor.DPC. And follow the Wizard. Thats it!
  33.  
  34.  
  35. The expert can be found on the Main Menu at Component|Edit Library Search Path. You can add, remove directories to your Library Search path. You can rearrange you Search Path by using the Move Up and Move Down buttons. Under Options you can choose to sync with Packages and the Library Search Path Editor will automatically add any directories that contain the DPL's added into Delphi.
  36.  
  37.  
  38. Legal
  39. =====
  40.  
  41. Note: This is FreeWare but the Copyright is still held by me. You may not sell it but it can be given away.
  42.  
  43. Copyright ⌐ 1997 by Robert N. Kozak. All Rights Reserved.
  44.  
  45.  
  46. rkozak@Datapad.com
  47. Robert.Kozak@Shaw.wave.ca
  48. Robert@clubsystems.com
  49.  
  50. www.tadda.com
  51.  
  52. Version History
  53. ===============
  54.  
  55. Version 1.0 - Internal 
  56.     - New Search path did not become active until Delphi was restarted.
  57.             
  58. Version 1.5 - Internal 
  59.     - Added Hooks into Delphi to refresh the Search path without restarting.
  60.     - Added the sync with packages option.
  61.  
  62. Version 2.0 - Release version.
  63.     - Added 'Sort' Popup menuitem to alphabetically sort the path list.
  64.     (Anyone actually use this?)
  65.  
  66. Version 2.01 - Internal 
  67.     - Fixed a bug that kept adding directories to the list each time it was created.
  68.  
  69. Version 3.02 - Release 
  70.     - Removed dependancies on third party components with large runtime Libraries.
  71.      (DPLs are now a lot smaller)
  72.     - Added 'Add Sub Dirs' checkbox to the Add Directory.
  73.     - Added AboutBox
  74.  
  75.